@@ -199,3 +199,33 @@ $ionicons-font-path: "../lib/ionic/fonts" !default; |
||
199 | 199 |
line-height: 21px; |
200 | 200 |
padding: 10px; |
201 | 201 |
} |
202 |
+ |
|
203 |
+// Activity Feed |
|
204 |
+ |
|
205 |
+.activity-feed { background-color: $light; } |
|
206 |
+ |
|
207 |
+.icon.avatar img { |
|
208 |
+ width: 32px; |
|
209 |
+ height: 32px; |
|
210 |
+ border-radius: 32px; |
|
211 |
+} |
|
212 |
+ |
|
213 |
+.activity-feed-item { |
|
214 |
+ background-color: $light; |
|
215 |
+ border: none; |
|
216 |
+} |
|
217 |
+ |
|
218 |
+.activity-feed .item, .activity-feed .item p { |
|
219 |
+ white-space: normal; |
|
220 |
+} |
|
221 |
+ |
|
222 |
+.activity-feed .item-avatar > img:first-child { |
|
223 |
+ width: 32px; |
|
224 |
+ height: 32px; |
|
225 |
+ left: 12px; |
|
226 |
+} |
|
227 |
+ |
|
228 |
+.activity-feed .item-avatar { |
|
229 |
+ padding-left: 56px; |
|
230 |
+ min-height: 72px; |
|
231 |
+} |
@@ -7852,3 +7852,27 @@ a.button { |
||
7852 | 7852 |
color: #1D1D26; |
7853 | 7853 |
line-height: 21px; |
7854 | 7854 |
padding: 10px; } |
7855 |
+ |
|
7856 |
+.activity-feed { |
|
7857 |
+ background-color: #F3F3F3; } |
|
7858 |
+ |
|
7859 |
+.icon.avatar img { |
|
7860 |
+ width: 32px; |
|
7861 |
+ height: 32px; |
|
7862 |
+ border-radius: 32px; } |
|
7863 |
+ |
|
7864 |
+.activity-feed-item { |
|
7865 |
+ background-color: #F3F3F3; |
|
7866 |
+ border: none; } |
|
7867 |
+ |
|
7868 |
+.activity-feed .item, .activity-feed .item p { |
|
7869 |
+ white-space: normal; } |
|
7870 |
+ |
|
7871 |
+.activity-feed .item-avatar > img:first-child { |
|
7872 |
+ width: 32px; |
|
7873 |
+ height: 32px; |
|
7874 |
+ left: 12px; } |
|
7875 |
+ |
|
7876 |
+.activity-feed .item-avatar { |
|
7877 |
+ padding-left: 56px; |
|
7878 |
+ min-height: 72px; } |
@@ -1 +1 @@ |